home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Faces of Papua New Guinea
/
Faces of Papua New Guinea by Wm. C. Clarke, Ph.D. (Wayzata Technology)(3211)(1995).bin
/
windows
/
menu
/
00266_Script_266
< prev
next >
Wrap
Text File
|
1995-04-10
|
639b
|
27 lines
if the key = "q" and the commandDown then quit
--tries to be a handler for playing sounds over and over
--BUT repeat statements don't work
--BUT multiple statements in a row don't work, even with
----different arguments
--only sound playfile works
on playpng1
--repeat with counter = 1 to 3
--puppetSound "PNG voice 2" --doesn't work
sound playFile 1, "PNG voice 2"
--sound playFile 1, "PNG rythmic2"
--end repeat
end playpng1
on playpng2
--repeat with counter = 1 to 3
--puppetSound "PNG voice 2" --doesn't work
--sound playFile 1, "PNG voice 2"
sound playFile 2, "PNG rythmic2"
--end repeat
end playpng2